go.pact.im/x/extraio.HashReader.buf (field)
9 uses
go.pact.im/x/extraio (current package)
hash.go#L13: buf []byte // mutable
hash.go#L28: buf: buf,
hash.go#L40: r.buf = r.buf[:0]
hash.go#L47: if len(r.buf) == 0 {
hash.go#L48: r.buf = r.h.Sum(r.buf)
hash.go#L51: size := cap(r.buf)
hash.go#L56: n := copy(p, r.buf[r.off:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)